home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / mate120s.zip / TAGMATE.HST < prev    next >
Text File  |  1995-03-07  |  13KB  |  268 lines

  1. TAGMATE v1.20 Standard (03/07/95)
  2. ═════════════════════════════════
  3. TAGMATE now searches the PATH (properly, this time!) when a configuration file
  4.  can't be found in the current directory.
  5. TAGMATE used to freeze up to where you had to hit ^C to get out of it if it
  6.  couldn't find the configuration file you specified -- now it gives the right
  7.  error message instead. (Whoops)
  8. Now using a different version of the MKMSG library (message base routines we
  9.  use).
  10. UseOther feature of "SEND" now actually -works-!
  11. Added support for 200 doors instead of 99 for "TRAK" mode!
  12. Changed all copyright dates to reflect that it's now 1995.
  13. Added support for caller ID comparisons in "LOG" mode via the "LogPhone" cmd.
  14.  
  15. TAGMATE v1.19 Beta (11/09/94)
  16. ═════════════════════════════
  17. Now tells you what version of T.A.G. you're running at start-up.
  18. Updated to work with T.A.G. v2.7b (cosmetic).
  19. Fixed a bug in "LOG" where the number of calls to the system wasn't spaced
  20.  quite right.
  21. Fixed a bug in the TAGDEV library that, when a sharing violation runtime error
  22.  was produced, caused garbage characters to be displayed as its description.
  23. Updated and corrected the configuration files in the examples.
  24. Didn't have "DateColor" for TAGMate/LOG in the default configuration file.
  25.  
  26. TAGMATE v1.17 Alpha (10/04/94)
  27. ══════════════════════════════
  28. Made a lot of internal changes in the source code.
  29. Once again searches the path for the configuration file, as advertised.
  30. Added AddPause option into TRAK and LOG modes again (made the pause in "TRAK"
  31.  optional -- before, it was hard-coded).
  32.  
  33. TAGMATE v1.16 Standard (10/03/94)
  34. ═════════════════════════════════
  35. Fixed a bug that sometimes did not place the comma in the number of calls to
  36.  the system in "LOG" columns mode.
  37. Changed the color of the progress indicator in "FILES" (non-Turbo) mode.
  38. Changed overlay error messages to say the name TAGMATE in them in case one pops
  39.  up (so you know that's it TAGMATE's overlay error).
  40. No longer writes a period after the date at the top of the callers log.
  41.  
  42. TAGMATE v1.15 Beta (09/27/94)
  43. ═════════════════════════════
  44. Fixed major bug that caused the program to crash if it were a certain number of
  45.  seconds into the minute -- the bug was in the new routines that read what time
  46.  it was at the begining of the program (and told you how long it has ran).
  47.  
  48. TAGMATE v1.14 Beta (09/18/94)
  49. ═════════════════════════════
  50. Fixed a lock-up when posting a local, Fido message with the SDR codes in it(?).
  51. Includes more, less-used routines in the overlay file to reduce memory usage.
  52. Added "UseOther" feature in the "SEND" function.  Read TAGMATE.DOC for details.
  53. Updated the documentation on the UseOther command.
  54. Changed DEFAULT.CFG -- re-organized the "SEND" mode options (a lot better now).
  55. Added JAM copyright thing into the TAGMATE.DOC file.
  56. Re-wrote the time clock routines (now tells you in hundredths of a second and
  57.  the routines are a lot faster now).
  58. A few minor cosmetic touch-ups.
  59. Now lets you know (correctly, I might add!) if you have an invalid option in
  60.  your configuration file (comes in handy if you spell something wrong).
  61.  
  62. TAGMATE v1.12 Beta (09/02/94)
  63. ═════════════════════════════
  64. Compiles overlay file a bit differently (without the TAGR27 unit).
  65. Removed usless Debug info. from the executable file (a bit faster and smaller).
  66. Fixed bug where TAGMATE was totally ignoring the Top15/"TurboMode" command.
  67.  
  68. TAGMATE v1.10 Standard (08/15/94)
  69. ═════════════════════════════════
  70.  
  71. *** PUBLIC RELEASE ***
  72.  
  73. Feature Additions
  74. ─────────────────
  75. ALL   : Docs! Major whoops -- somehow weren't included in the 1.00 release.
  76. LOG   : Now uses a comma in the total number of calls if you have < 100,000!
  77. FILES : Added a snazzy new "Progress indicator" on-screen as it processes.
  78.  
  79. Bug Fixes
  80. ─────────
  81. TRAK  : When a door was auto-created, the number of the month was messed-up.
  82.  
  83. Miscellaneous
  84. ─────────────
  85.  
  86.     - Revamped the "TNT Developer's Kit" (what a sad joke it was). Totally
  87.       re-wrote the color-chaging routines (faster, smaller, less-cryptic code).
  88.       Also re-wrote the function that detects if a file exists. It now reports
  89.       its size (useful internally) and doesn't eat up a file handle.
  90.  
  91.     - Removed anything having to do with Semaphores. You could probably do
  92.       what they did with simple batch commands. They caused kind of a lot of
  93.       overhead in the code, so they are no more.
  94.  
  95.     - Removed "SYSINFO" mode. Very useless, bulky inside the source code.
  96.  
  97. TAGMATE v1.00 Standard (05/18/94)
  98. ═════════════════════════════════
  99.  
  100. *** PUBLIC RELEASE ***
  101.  
  102. Feature Additions
  103. ─────────────────
  104. ALL   : Now includes full documentation, default setups, and a BANNER.TXT
  105. FILES : Supports "+" (AFILES) filename-character for FILES.DIR filename field.
  106. SEND  : Creates ECHOMAIL.JAM/ECHOTOSS.LOG files in the DFILES path for JAM.
  107.  
  108. Bug Fixes
  109. ─────────
  110. ALL   : Uses T.A.G. v2.7 Record Structures (v0.90 used T.A.G. 2.6f's).
  111. SEND  : Now uses a newer version of the MKMSG message base interface library.
  112. SEND  : Fixed a problem with extra or missing blank lines in JAM messages.
  113. SEND  : Now aborts TAGMate with an error if you post a JAM message without a
  114. SEND  :  "MsgBaseFile" defined in the configuration file.
  115. LOG   : Fixed yet another capitalization problem in the "properize" routine.
  116. LOG   : Logging of the "N"/"<New user>" for new users finally works right.
  117. LOG   : Whoops! It would send the "MultiString" if it wasn't in Caller mode!
  118.  
  119. TAGMATE v0.90 Gamma (04/18/94)
  120. ══════════════════════════════
  121.  
  122. *** PUBLIC RELEASE ***
  123.  
  124. Added "TAGMATE SYSINFO" system information screens.
  125. Fixed "yeterday" typo when LOG would erase the old caller's log.
  126. LOG now check the user's Y/N in the ExtraChar field properly.
  127.  
  128. TAGMATE v0.56 Alpha (04/05/94)
  129. ══════════════════════════════
  130. You can now configure the string sent to other nodes if "MultiLog" is active.
  131. The "LOG" 'PauseAtEnd' feature has been made obsolete by the TAG's new menus.
  132.  
  133. TAGMATE v0.55 Beta (03/01/94)
  134. ═════════════════════════════
  135. Fixed Stack/Heap Overflow Runtime error messages coming up.
  136. Fixed lock-ups in "SEND" when posting a Fido-style message.
  137. Now uses 24K of RAM instead of 16K for more lee-way.
  138. Changed "SEND" cosmetics around a bit more.
  139. Forgot to document the MsgBaseFile for JAM areas -- whoops!
  140. Now _finally_ opens/closes message bases right and disposes pointers right.
  141. Origin line was being capitalizied -- now it's case-sensitive (once again).
  142. "<New User>" was coming up on user's second call in Normal "LOG" mode.
  143. Removed "TurboMode" option for "FILES" mode.
  144. Finally fixed the "FILES" access restricting once and for all (I hope!).
  145.  
  146. TAGMATE v0.50 Beta (02/17/94)
  147. ═════════════════════════════
  148. Now erases semaphore before attempting to write to the error log file.
  149. No longer attempts to create an error log file if the original error was "too
  150.  many open files".
  151. Fixed bugs with file board searching/restricting (hopefully for good!).
  152. Added new feature to the "LOG" function -- now can notify users on other nodes
  153.  of logons on-the-fly. Read up on the "MultiLog" option in the default cfg.
  154.  
  155. TAGMATE v0.46 Beta (02/07/94)
  156. ═════════════════════════════
  157. Re-arranged the help screen (in alphabetical order once again).
  158. Moved error handling into TNTREF library (so future programs will use it).
  159. Moves semaphore operations into TNTREF library for ease of use later on.
  160. Now supports JAM message-posting via the "Send" function!
  161.  
  162. TAGMATE v0.45 Beta (02/06/94)
  163. ═════════════════════════════
  164. Fixed error handling greatly -- now erases semaphore file on run-time errors.
  165. Fixed ignorance of the last file section -- not verfies it like any area.
  166. Fixed error handling some more -- now has screen capturing and descriptions.
  167. Sped up the file board seeking routines a bit for "FILES" mode.
  168.  
  169. TAGMATE v0.41 Beta (01/24/94)
  170. ═════════════════════════════
  171. Fixed AR flag restriction problems with Top 15 function.
  172. Removed some of the slow screen-write cosmetics out of Top 15 function.
  173. Now allows colorful file area names in output file (doesn't strip ^C#).
  174. TAGMate wasn't exiting with the right errorlevel on a missing FBOARDS.DAT.
  175. Renamed the "Top 15" mode to "Files" mode.
  176. Fixed semphore-ignoring up a bit (barely worked to begin with).
  177. First inital Beta release!
  178.  
  179. TAGMATE v0.40 Alpha (01/23/94)
  180. ══════════════════════════════
  181. Correction on that -- had to "un" overlay the program stuff, except for "SEND".
  182. Putting everything back into the EXE file increased the speed tremendously.
  183. Memory requirements and speed should be at a good balance, finally.
  184. Now implemented "Top15" function into TAGMate.
  185. Fixed a few small/cosmetical bugs that were in Top15 originally.
  186. Fixed "TitleColor" configuration file bug -- separated option names even more.
  187. Fixed memory requirements and increased the speed on Top15.
  188. Fixed Runtime Error 201 with SDR codes in AutoMail.
  189.  
  190. TAGMATE v0.30 Alpha (01/20/94)
  191. ══════════════════════════════
  192. Finally got all overlay problems straightened out -- now INSIDE the EXE file.
  193. Memory requirements sorted out -- uses 24K of memory.
  194. Optimized overlay code greatly -- made AutoMail/DoorStat/NewLog each units
  195.  instead of it all jumbled up into one TAGMATE.EXE.
  196. Improved the speed on a lot of executions.
  197.  
  198. TAGMate v0.28 Alpha (01/13/94)
  199. ══════════════════════════════
  200. Fixed memory problems with AutoMail (Runtime error 202 when executing).
  201. Now centers version information lines at the bottom of the output files.
  202. TAGMate now has an overlay file to decrease the memory usgae/requirements.
  203. TAGMate now must use 24K of stack memory in order for AutoMail to work right.
  204. Added routines for detecting overlay manager errors (and if TAGMATE.OVR exists).
  205. Feeding "SEND" a user number too large would cause a runtime error. Fixed.
  206.  
  207. TAGMate v0.27 Alpha (01/12/94)
  208. ══════════════════════════════
  209. You no longer have to define a semaphore path if you have "NoSemaphores" on.
  210. Fixed cosmetic bug in 'warning of bad path' error message.
  211. Now only requires/uses 16K of stack memory (as all the small programs did).
  212.  
  213. TAGMate v0.26 Alpha (01/11/94)
  214. ══════════════════════════════
  215. TAGMate now requires half as much memory.
  216. Fixed bug where TRAK was writing ASCII output to the SysOp screen.
  217. Removed warning of unknown configuration options -- it was causing problems.
  218.  
  219. TAGMate v0.25 Alpha (01/10/94)
  220. ══════════════════════════════
  221. Now supports multiple configuration file (like AutoMail/NewLog did).
  222. Changed command line parameters around -- first parameter is config. file.
  223. No longer searches DOS path for configuration, you must specify it.
  224.  
  225. TAGMate v0.20 Alpha (01/09/94)
  226. ══════════════════════════════
  227. TAGMate was erasing the semaphore on a "semaphore still exists" error.
  228. Fixed "Runtime error 215" problem when calculating timer.
  229. Fully-implemented AutoMail v1.70 into TAGMate.
  230. Fixed bug where the "Local" mail flag was defaulting to -Off-.
  231. Fixed "LOG" centering -- now removes ^C# codes and centers automatically.
  232.  
  233. TAGMate v0.15 Alpha (12/25/93)
  234. ══════════════════════════════
  235. DoorStat setup program now separate executable file (DOOREDIT.EXE).
  236. DoorStat fully incorporated into TAGMate.
  237. Made TAGMate fully backwards-compatible with DoorStat data file.
  238. Improved search-for-door routines (through the database).
  239. Lowered about of memory needed (as opposed to the old DoorStat).
  240. Various speed improvements and code optimizations made.
  241. Added "trak" function into the help screens.
  242. Improved configuration file-seek routines (now re-starts from the beginning).
  243.  
  244. TAGMate v0.05 Alpha (12/25/93)
  245. ══════════════════════════════
  246. Now erases semaphore file upon exiting with an error.
  247. Added color for "LOG" function -- "DateColor".
  248. Added color for "LOG" function -- "TitleColor".
  249. Now seeks WHOLE configuration file for "[function]" clauses.
  250.  
  251. TAGMate v0.01 Alpha (12/24/93)
  252. ══════════════════════════════
  253. Fixed bug where "From&AtString" color was not being logged properly.
  254. Made logging of alternate user strings more-efficient.
  255. NewLog fully incorporated into TAGMate.
  256. Removed "TNT Developer's Kit" entirely and wrote a new library for BP7.
  257. Removed screen capturing upon error procedure (a waste).
  258. Removed "/D" parameter from caller's log function.
  259. Added far better (more in-depth) error messages and remedies.
  260. Improved the speed by nearly twice as much.
  261. Compiled with Borland Pascal v7.0 instead of Turbo Pascal v7.0.
  262. Many small enhancements to the code were made; mostly optimizations.
  263. Output is far more colorful (thanks to special color-output routines).
  264. Now shows how long the program took to execute.
  265. Can now search entire path for configuration file (as well as current dir).
  266. Now warns you of options in the configuration file that are invalid.
  267. Can now totally disable the use of semaphores via the config. file.
  268.